chore: remove duplicate builtins from marketplace, keep 15 unique plugins#1
Open
thegreatalxx wants to merge 1 commit into
Open
chore: remove duplicate builtins from marketplace, keep 15 unique plugins#1thegreatalxx wants to merge 1 commit into
thegreatalxx wants to merge 1 commit into
Conversation
…gins Removed 16 plugins that duplicate core Conductor builtins (gcal, gdrive, github, github-actions, gmail, homekit, jira, linear, n8n, notion, slack, spotify, stripe, vercel, weather, x). Updated registry.json to reflect the 15 remaining unique marketplace plugins. Added README.md to all 15 plugins and rewrote top-level README to clearly distinguish marketplace from core. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
registry.jsonto reflect only the 15 remaining unique marketplace pluginsREADME.mdto all 15 remaining plugins (airtable, anthropic, asana, discord, figma, gitlab, monday, openai, posthog, redis, sendgrid, shopify, supabase, trello, twilio) — none had one beforeREADME.mdto be honest about the marketplace vs core distinction: core plugins ship built-in, the marketplace is additive onlyTest plan
registry.jsoncontains exactly 15 entries and no references to removed pluginsplugins/*/dist/*.jsfiles are present (each has 2 js files)plugins/*/README.mdfiles existconductor plugins install discord(or any remaining plugin) to verify the install flow works end-to-end🤖 Generated with Claude Code